home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / HOLODECK.DIR / 00081_Script_81 < prev    next >
Text File  |  1994-11-01  |  827b  |  21 lines

  1. on PuppetStates
  2.   global m1, m2, m3, m4, m5, m6, m7, m8
  3.   set the visible of sprite 16 to m1
  4.   if m1 = FALSE then set the locH of sprite 16 to 700
  5.   set the visible of sprite 17 to m2
  6.   if m2 = FALSE then set the locH of sprite 17 to 700
  7.   set the visible of sprite 18 to m3
  8.   if m3 = FALSE then set the locH of sprite 18 to 700
  9.   set the visible of sprite 19 to m4
  10.   if m4 = FALSE then set the locH of sprite 19 to 700
  11.   set the visible of sprite 6 to m5
  12.   if m5 = FALSE then set the locH of sprite 6 to 700
  13.   set the visible of sprite 7 to m6
  14.   if m6 = FALSE then set the locH of sprite 7 to 700
  15.   set the visible of sprite 8 to m7
  16.   if m7 = FALSE then set the locH of sprite 8 to 700
  17.   set the visible of sprite 9 to m8
  18.   if m8 = FALSE then set the locH of sprite 9 to 700
  19.   updateStage
  20. end PuppetStates
  21.